Api.Destroy method
Closes the link to the KINGSTAR Subsystem and terminates the Subsystem.
Namespace: IntervalZero.KINGSTAR.Local.Api
Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0
Syntax
public KsError Destroy()
Public Function Destroy() As KsError
Return value
A return code of a method.
Remarks
Destroy closes the application’s link to the KINGSTAR Subsystem and if no process are connected, the Subsystem is stopped. This must be the last KINGSTAR method in an application.
Examples
N/A
See also